Returns the browser version running the script.
Syntax
GetBrowserVersion()
Return value
| Value | Description |
|---|---|
| Value | Browser version running the script. If the script does not include browser actions, the installed version of the default browser selected in QA Wizard Pro is returned. |
Example
version = GetBrowserVersion()
PrintLn("Browser version: " + version)